home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the member of sprite the currentSpriteNum to member("bInstallPlugins_hl")
- cursor(280)
- end
-
- on mouseDown me
- set the member of sprite the currentSpriteNum to member("bInstallPlugins_dn")
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to member("bInstallPlugins")
- cursor(-1)
- end
-
- on mouseUp me
- set the member of sprite the currentSpriteNum to member("bInstallPlugins_hl")
- doInstallPlugins()
- end
-